Q3GeneralPolygon_GetVertexAttributeSet
You can use theQ3GeneralPolygon_GetVertexAttributeSet
function to get the attribute set of a vertex of a general polygon.
TQ3Status Q3GeneralPolygon_GetVertexAttributeSet ( TQ3GeometryObject generalPolygon, unsigned long contourIndex, unsigned long pointIndex, TQ3AttributeSet *attributeSet);
generalPolygon
- A general polygon.
contourIndex
- An index into the
contours
array of the specified general polygon.pointIndex
- An index into the
vertices
array of the specified contour.attributeSet
- On exit, a pointer to a vertex attribute set for the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_GetVertexAttributeSet
function returns, in theattributeSet
parameter, the set of attributes for the vertex having the index specified by thepointIndex
parameter in thevertices
array of the contour specified by thecontourIndex
parameter of the general polygon specified by thegeneralPolygon
parameter. The reference count of the set is incremented.